home *** CD-ROM | disk | FTP | other *** search
/ Acorn User: China / Acorn User China CD-ROM (UK) (Disc A) / Acorn User China CD-ROM (UK) (Disc A).bin / DEMON / DEVELOPER / HYPERMAIL.ARC / !hypermail_h_struct < prev    next >
Encoding:
Text File  |  1994-07-18  |  408 b   |  19 lines

  1. /*
  2. ** Copyright (C) 1994, Enterprise Integration Technologies Corp.        
  3. ** All Rights Reserved.
  4. ** Kevin Hughes, kevinh@eit.com 
  5. ** 7/18/94
  6. */
  7.  
  8. unsigned hash();
  9. void addhash();
  10. int hashreplylookup();
  11. int hashreplynumlookup();
  12. struct body *hashnumlookup();
  13. struct body *addbody();
  14. struct reply *addreply();
  15. struct printed *markasprinted();
  16. int wasprinted();
  17. struct header *addheader();
  18. int rmlastlines();
  19.